This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
I'm having an issue with some code in a button on a form. In R7, the code sets a field on the form and then closes it without prompting the user to save the doc. In 8.5, the user is prompted to save. I'm struggling to find a way to suppress this save dialog.
Can anyone help so that the user is NOT prompted? Here is the code that works in R7 but not in 8.5.
@Command( [EditDocument]);
@SetField("_ViewIcon";49);
FIELD SaveOptions := "1";
@Command([FileSave]);
@Command([FileCloseWindow])
Thanks in advance,
Mike
Feedback number WEBB87KTAF created by ~Lily Ellutexobu on 07/21/2010
Status: Open
Comments: